home *** CD-ROM | disk | FTP | other *** search
- Path: news1.h1.usa.pipeline.com!usenet
- From: grantp@usa.pipeline.com(Pete)
- Newsgroups: comp.lang.c++
- Subject: Re: VC++ 4.0 & Networking Stuff....HELP!
- Date: 14 Jan 1996 10:52:09 GMT
- Organization: Kalevi, Inc.
- Message-ID: <4dan8p$3av@news1.usa.pipeline.com>
- NNTP-Posting-Host: pipe8.h1.usa.pipeline.com
- X-PipeUser: grantp
- X-PipeHub: usa.pipeline.com
- X-PipeGCOS: (Pete)
- X-Newsreader: Pipeline USA v3.3.0
-
- On Jan 14, 1996 03:17:25 in article <VC++ 4.0 & Networking Stuff....HELP!>,
- 'perron@wpi.edu (Jason L. Perron)' wrote:
-
-
- >Hello All!
- >
- >I couldn't find a comp.lang.visual.c++ type of newsgroup, so I hope
- >it's OK to ask my VC-related questions here.
- >
- >Basically, I've just been assigned a project in which I need to write
- >a network analyzer using VC++ 4.0. My question is: Is there a
- >"network" class library that I can link in to my program and use? I
- >guess I have to get my application to talk to something called a
- >"wrapper". Does VC++ 4.0 come with libraries to do this? If so, what
- >are they? If not, does such a library exist somewhere that I can get
- >-- maybe shareware or something I can buy?
- >
- This may not be what you're after, but MSVC++40 includes Windows
- socket classes CSocket and CAsyncSocket. I haven't used them
- but I have worked with the raw Winsock API and it works very well.
- There's not much documentation (that I could find) about these
- MFC socket classes, but poking around the header files should
- produce a reasonable working knowledge about their ins and outs.
- --
- Pete Grant
- Kalevi, Inc.
- Object Oriented Software Development
-